home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global end
- if the movieTime of sprite 5 < end then
- if the movieTime of sprite 5 > 720 then
- puppetSprite(6, 1)
- set the castNum of sprite 6 to cast "ARRIVING PIRATE"
- updateStage()
- end if
- go(the frame - 1)
- else
- puppetSprite(6, 0)
- set the castNum of sprite 3 to cast "CENTER PANEL OFF"
- go("COCKPIT IN", "PIRATE")
- end if
- end
-